home *** CD-ROM | disk | FTP | other *** search
- ' Security Demonstration Menu Version 1.00
- ' SIMS (c) David Thomas Stewart 1984-1987
- ' Distributed by Synergy Development - THIS PROGRAM IS PUBLIC DOMAIN
-
- screen(n)
-
- normal
- foreground(white+)
- background(red)
- setdate
- settime
-
- date(2,9)
- time(65,9)
- pass(25,20)
-
- foreground(white+)
- background(blue)
- setpass
-
- normal
- foreground(green)
- setattr
-
- box(0,0)-(79,24),"║"
- fill(1,0),"═",78
- fill(1,24),"═",78
- fill(1,8),"─",78
- fill(1,10),"─",78
- .(0,0)"╔"
- .(0,24)"╚"
- .(79,0)"╗"
- .(79,24)"╝"
- .(0,8)"╟"
- .(79,8)"╢"
- .(0,10)"╟"
- .(79,10)"╢"
-
- foreground(white+)
- background(blue)
- setattr
- .(28,9)" Security Demo Version 1.00 "
-
- normal
- foreground(yellow)
- setattr
- .(3,2)"█████▒ ████▒ ████▒ █▒ █▒ █████▒ ███▒ ████▒ ███████▒ █████▒"
- .(3,3)"█▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒"
- .(3,4)"█████▒ ████▒ █▒ █▒ █▒ █████▒ █▒ █▒ ████▒ █▒ █▒ █▒ █▒ █▒"
- .(3,5)" █▒ █▒ █▒ █▒ █▒ █▒ ██▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒"
- .(3,6)"█████▒ ████▒ ████▒ █████▒ █▒ █▒ ██████▒ ████▒ █▒ █▒ █▒ █████▒"
-
- option start
- option(F1,11,13)" F1 - Enter SPECIAL Menu ","MENU SPECIAL",pass="1984"
- option(F2,44,13)" F2 - Return to DEMO Menu ","MENU DEMO"
- option end
-
- border(grey)
-
- normal
- foreground(cyan)
- setattr
-
- proc(F1,select)
- fill(1,17)," ",78
- .(18,17)"This is option F1 - Enter SPECIAL Menu (Password is 1984)"
- proc end
-
- proc(F2,select)
- fill(1,17)," ",78
- .(18,17)"This is option F2 - Return to DEMO Menu"
- proc end
-
- end